bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-libtool-darwin/Inputs/x86_64-asm.ll
2025-02-14 19:21:04 +01:00

7 lines
136 B
LLVM

target triple = "x86_64-apple-macosx11.0.0"
module asm ".desc ___crashreporter_info__, 0x10"
define void @somesymbol() {
ret void
}