Author: Fangrui Song
Date: 2020-10-20T18:31:28-07:00
New Revision: 829b9f6606af03e24d7715712e05c941d1c661ce

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

LOG: [test] Fix -fbasic-block-sections= test on Windows after D89500

Added: 
    

Modified: 
    clang/test/CodeGen/basic-block-sections.c

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/basic-block-sections.c 
b/clang/test/CodeGen/basic-block-sections.c
index f07a387685c86..3d68394bb78eb 100644
--- a/clang/test/CodeGen/basic-block-sections.c
+++ b/clang/test/CodeGen/basic-block-sections.c
@@ -39,4 +39,4 @@ int another(int a) {
 //
 // UNIQUE: .section .text.world.world.1,
 // UNIQUE: .section .text.another.another.1,
-// ERROR: error:  unable to load basic block sections function list: 'No such 
file or directory'
+// ERROR: error:  unable to load basic block sections function list: 
'{{[Nn]}}o such file or directory'


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to