[clang] cf45742 - [hexagon] Fix testcase issue with windows builder.

Sid Manning via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 18 14:38:07 PST 2020


Author: Sid Manning
Date: 2020-02-18T16:36:38-06:00
New Revision: cf4574299a279beeb8acb894583962ec0f41286c

URL: https://github.com/llvm/llvm-project/commit/cf4574299a279beeb8acb894583962ec0f41286c
DIFF: https://github.com/llvm/llvm-project/commit/cf4574299a279beeb8acb894583962ec0f41286c.diff

LOG: [hexagon] Fix testcase issue with windows builder.

Added: 
    

Modified: 
    clang/test/Driver/hexagon-toolchain-elf.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/hexagon-toolchain-elf.c b/clang/test/Driver/hexagon-toolchain-elf.c
index 4af00215ea31..a0bf8cac9668 100644
--- a/clang/test/Driver/hexagon-toolchain-elf.c
+++ b/clang/test/Driver/hexagon-toolchain-elf.c
@@ -587,4 +587,4 @@
 // RUN:   %s 2>&1 \
 // RUN:   | FileCheck -check-prefix=CHECK083 %s
 // CHECK083:          "-isysroot" "/hexagon"
-// CHECK083:          "-internal-externc-isystem" "/hexagon/include"
+// CHECK083:          "-internal-externc-isystem" "/hexagon{{/|\\\\}}include"


        


More information about the cfe-commits mailing list