Skip to content

Commit ae3dda4

Browse files
haonanya1preethi-intel
authored andcommitted
[NFC] Add opaque-pointers options
1 parent e1f57fa commit ae3dda4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

llvm/test/LTO/X86/hidden-escaped-symbols-alt.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; RUN: split-file %s %t
44
; RUN: opt %t/hide-me.ll -o %t/hide-me.bc
55
; RUN: opt %t/ref.ll -o %t/ref.bc
6-
; RUN: llvm-lto2 run \
6+
; INTEL RUN: llvm-lto2 run -opaque-pointers \
77
; RUN: -r %t/hide-me.bc,_hide_me,p \
88
; RUN: -r %t/ref.bc,_main,plx \
99
; RUN: -r %t/ref.bc,_hide_me,l \

llvm/test/LTO/X86/hidden-escaped-symbols.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; RUN: split-file %s %t
44
; RUN: opt %t/hide-me.ll -o %t/hide-me.bc
55
; RUN: opt %t/ref.ll -o %t/ref.bc
6-
; RUN: llvm-lto2 run \
6+
; INTEL RUN: llvm-lto2 run -opaque-pointers \
77
; RUN: -r %t/hide-me.bc,_hide_me,p \
88
; RUN: -r %t/ref.bc,_main,plx \
99
; RUN: -r %t/ref.bc,_hide_me,l \

llvm/test/ThinLTO/X86/hidden-escaped-symbols-alt.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; RUN: split-file %s %t
44
; RUN: opt -module-summary %t/hide-me.ll -o %t/hide-me.bc
55
; RUN: opt -module-summary %t/ref.ll -o %t/ref.bc
6-
; RUN: llvm-lto2 run \
6+
; INTEL RUN: llvm-lto2 run -opaque-pointers \
77
; RUN: -r %t/hide-me.bc,_hide_me,p \
88
; RUN: -r %t/ref.bc,_main,plx \
99
; RUN: -r %t/ref.bc,_hide_me,l \

llvm/test/ThinLTO/X86/hidden-escaped-symbols.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; RUN: split-file %s %t
44
; RUN: opt -module-summary %t/hide-me.ll -o %t/hide-me.bc
55
; RUN: opt -module-summary %t/ref.ll -o %t/ref.bc
6-
; RUN: llvm-lto2 run \
6+
; INTEL RUN: llvm-lto2 run -opaque-pointers \
77
; RUN: -r %t/hide-me.bc,_hide_me,p \
88
; RUN: -r %t/ref.bc,_main,plx \
99
; RUN: -r %t/ref.bc,_hide_me,l \

0 commit comments

Comments
 (0)