summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2018-12-04 16:30:45 +0000
committerIlya Biryukov <ibiryukov@google.com>2018-12-04 16:30:45 +0000
commit660d233ea5a5e5fd17c3dfd84bbf0b0a0522cc04 (patch)
tree78c237bc6bce24d07d294d40470295f28178fb8d /clang/test/Modules
parent449a7f0dbb621edf2a6351924a170e268ec6957d (diff)
downloadbcm5719-llvm-660d233ea5a5e5fd17c3dfd84bbf0b0a0522cc04.tar.gz
bcm5719-llvm-660d233ea5a5e5fd17c3dfd84bbf0b0a0522cc04.zip
Revert "Avoid emitting redundant or unusable directories in DIFile metadata entries."
This reverts commit r348154 and follow-up commits r348211 and r3248213. Reason: the original commit broke compiler-rt tests and a follow-up fix (r348203) broke our integrate and was reverted. llvm-svn: 348280
Diffstat (limited to 'clang/test/Modules')
-rw-r--r--clang/test/Modules/module-debuginfo-prefix.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/test/Modules/module-debuginfo-prefix.m b/clang/test/Modules/module-debuginfo-prefix.m
index da5d86abefd..c4a7d2b614a 100644
--- a/clang/test/Modules/module-debuginfo-prefix.m
+++ b/clang/test/Modules/module-debuginfo-prefix.m
@@ -20,6 +20,4 @@
@import DebugObjC;
#endif
-// Dir should always be empty, but on Windows we can't recognize /var
-// as being an absolute path.
-// CHECK: !DIFile(filename: "/OVERRIDE/DebugObjC.h", directory: "{{()|(.*:.*)}}")
+// CHECK: !DIFile({{.*}}"/OVERRIDE/DebugObjC.h"
OpenPOWER on IntegriCloud