Add target triple to avoid clang warning

This commit is contained in:
Josh Holtrop 2023-11-18 20:16:20 -05:00
parent 70fd9d8563
commit 1837847c29

View File

@ -1,3 +1,4 @@
target triple = "x86_64-pc-linux-gnu"
@str = private unnamed_addr constant [13 x i8] c"hello world\0A\00" @str = private unnamed_addr constant [13 x i8] c"hello world\0A\00"