Skip to content

Commit

Permalink
Fix clang baremetal test
Browse files Browse the repository at this point in the history
def48ca accidentally dropped -no-canonical-prefixes
  • Loading branch information
metaflow committed Oct 5, 2022
1 parent 469f0fc commit c21e571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/baremetal.cpp
Expand Up @@ -97,7 +97,7 @@
// RUN: | FileCheck %s --check-prefix=CHECK-SYSROOT-INC
// CHECK-SYSROOT-INC-NOT: "-internal-isystem" "include"

// RUN: %clang %s -### --target=aarch64-none-elf 2>&1 \
// RUN: %clang -no-canonical-prefixes %s -### --target=aarch64-none-elf 2>&1 \
// RUN: | FileCheck --check-prefix=CHECK-AARCH64-NO-HOST-INC %s
// Verify that the bare metal driver does not include any host system paths:
// CHECK-AARCH64-NO-HOST-INC: InstalledDir: [[INSTALLEDDIR:.+]]
Expand Down

0 comments on commit c21e571

Please sign in to comment.