Skip to content

Commit 738a548

Browse files
committed
Add target to clang command
1 parent abc8e96 commit 738a548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-profdata/debug-info-correlate-warnings.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: split-file %s %t
2-
; RUN: clang %t/a.ll -o %t/a.out
2+
; RUN: clang --target=x86_64-linux %t/a.ll -o %t/a.out
33
; RUN: llvm-profdata merge --debug-info=%t/a.out %t/a.proftext -o %t/a.profdata 2>&1 | FileCheck %s --implicit-check-not=warning
44

55
; CHECK: warning: Incomplete DIE for function None:

0 commit comments

Comments
 (0)