From 1837847c29ce9d4d040e588751b9905bc8ee35c4 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sat, 18 Nov 2023 20:16:20 -0500 Subject: [PATCH] Add target triple to avoid clang warning --- ir-test/ir-test.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/ir-test/ir-test.ll b/ir-test/ir-test.ll index d034549..276945d 100644 --- a/ir-test/ir-test.ll +++ b/ir-test/ir-test.ll @@ -1,3 +1,4 @@ +target triple = "x86_64-pc-linux-gnu" @str = private unnamed_addr constant [13 x i8] c"hello world\0A\00"