Skip to content

Commit ee87f59

Browse files
Confirm the complete absense of --image-base, when appropriate
1 parent ebbb513 commit ee87f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/ps5-linker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// RUN: %clang --target=x86_64-sie-ps5 -shared %s -### 2>&1 | FileCheck --check-prefixes=CHECK-NO-BASE %s
3636

3737
// CHECK-NO-BASE: {{ld(\.exe)?}}"
38-
// CHECK-NO-BASE-NOT: "--image-base=0x400000"
38+
// CHECK-NO-BASE-NOT: --image-base
3939

4040
// Test the driver passes PlayStation-specific options to the linker that are
4141
// appropriate for the type of output. Many options don't apply for relocatable

0 commit comments

Comments
 (0)