mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 09:52:44 -04:00
9 lines
200 B
LLVM
9 lines
200 B
LLVM
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
|
target triple = "x86_64-unknown-linux-gnu"
|
|
|
|
define void @f2() {
|
|
ret void
|
|
}
|
|
|
|
!0 = !{i32 1, !"ThinLTO", i32 0}
|
|
!llvm.module.flags = !{ !0 }
|