File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8989
9090// Test the driver's control over the JustMyCode behavior with linker flags.
9191
92- // RUN: %clang --target=x86_64-sie-ps5 -fjmc %s -### 2>&1 | FileCheck --check-prefixes=CHECK,CHECK-LIB %s
93- // RUN: %clang --target=x86_64-sie-ps5 -flto -fjmc %s -### 2>&1 | FileCheck --check-prefixes=CHECK,CHECK-LIB %s
92+ // RUN: %clang --target=x86_64-sie-ps5 -fjmc %s -### 2>&1 | FileCheck --check-prefixes=CHECK,CHECK-JMC %s
93+ // RUN: %clang --target=x86_64-sie-ps5 -flto -fjmc %s -### 2>&1 | FileCheck --check-prefixes=CHECK,CHECK-JMC %s
9494
9595// CHECK: -plugin-opt=-enable-jmc-instrument
9696
9797// Check the default library name.
98- // CHECK-LIB : "--push-state" "--whole-archive" "-lSceJmc_nosubmission" "--pop-state"
98+ // CHECK-JMC : "--push-state" "--whole-archive" "-lSceJmc_nosubmission" "--pop-state"
9999
100100// Test the driver's control over the -fcrash-diagnostics-dir behavior with linker flags.
101101
You can’t perform that action at this time.
0 commit comments