Update clang :: Driver/debug-options.c to fix the buildbots
authorMatthew Voss <matthew.voss@sony.com>
Wed, 5 Apr 2023 20:25:04 +0000 (13:25 -0700)
committerMatthew Voss <matthew.voss@sony.com>
Wed, 5 Apr 2023 20:27:17 +0000 (13:27 -0700)
The format of the LTO debug options generated for orbis-ld changed,
breaking this test.

https://lab.llvm.org/buildbot/#/builders/230/builds/11367

clang/test/Driver/debug-options.c

index dedd96c..8617949 100644 (file)
 // LDGARANGE: {{".*ld.*"}} {{.*}}
 // LDGARANGE-NOT: "-plugin-opt=-generate-arange-section"
 // LLDGARANGE: {{".*lld.*"}} {{.*}} "-plugin-opt=-generate-arange-section"
-// SNLDTLTOGARANGE: {{".*orbis-ld.*"}} {{.*}} "-lto-thin-debug-options=-generate-arange-section"
-// SNLDFLTOGARANGE: {{".*orbis-ld.*"}} {{.*}} "-lto-debug-options=-generate-arange-section"
+// SNLDTLTOGARANGE: {{".*orbis-ld.*"}} {{.*}} "-lto-thin-debug-options= -generate-arange-section"
+// SNLDFLTOGARANGE: {{".*orbis-ld.*"}} {{.*}} "-lto-debug-options= -generate-arange-section"
 
 // PUB: -gpubnames
 //