We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb9dca commit a054a40Copy full SHA for a054a40
llvm/test/ThinLTO/X86/cache-emit-asm.ll
@@ -2,9 +2,9 @@
2
;; as crashes or sanitizer errors. MCAsmStreamer has specific assumptions about
3
;; the lifetime of the output stream that are easy to overlook (see #138194).
4
5
-; RUN: rm -rf %t.cache
+; RUN: rm -rf %t && mkdir -p %t
6
; RUN: opt -module-hash -module-summary -thinlto-bc %s -o %t1.bc
7
-; RUN: ld.lld --thinlto-cache-dir=%t.cache --lto-emit-asm %t1.bc
+; RUN: llvm-lto2 run -cache-dir %t/cache --filetype=asm -o %t.o %t1.bc -r=%t1.bc,globalfunc
8
9
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
10
target triple = "x86_64-unknown-linux-gnu"
0 commit comments