summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-12-19 11:56:56 -0800
committerAdrian Prantl <aprantl@apple.com>2019-12-20 13:11:17 -0800
commit44b4b833ad76fc61e43473c581a557f72a4ed8f4 (patch)
tree8dc039ce49bf2bd8955e5dcca3a52bc9f1b182d3 /clang/test/Modules
parente73c662b9ea7eeba922eaa9010e221820472e8a9 (diff)
downloadbcm5719-llvm-44b4b833ad76fc61e43473c581a557f72a4ed8f4.tar.gz
bcm5719-llvm-44b4b833ad76fc61e43473c581a557f72a4ed8f4.zip
Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot
This is a purely cosmetic change that is NFC in terms of the binary output. I bugs me that I called the attribute DW_AT_LLVM_isysroot since the "i" is an artifact of GCC command line option syntax (-isysroot is in the category of -i options) and doesn't carry any useful information otherwise. This attribute only appears in Clang module debug info. Differential Revision: https://reviews.llvm.org/D71722
Diffstat (limited to 'clang/test/Modules')
-rw-r--r--clang/test/Modules/debug-info-moduleimport.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/debug-info-moduleimport.m b/clang/test/Modules/debug-info-moduleimport.m
index 16820baebe6..df8a66bebfb 100644
--- a/clang/test/Modules/debug-info-moduleimport.m
+++ b/clang/test/Modules/debug-info-moduleimport.m
@@ -15,7 +15,7 @@
// CHECK: ![[MODULE]] = !DIModule(scope: null, name: "DebugObjC",
// CHECK-SAME: configMacros: "\22-DGREETING=Hello World\22 \22-UNDEBUG\22",
// CHECK-SAME: includePath: "{{.*}}test{{.*}}Modules{{.*}}Inputs",
-// CHECK-SAME: isysroot: "/tmp/..")
+// CHECK-SAME: sysroot: "/tmp/..")
// CHECK: ![[F]] = !DIFile(filename: {{.*}}debug-info-moduleimport.m
// RUN: %clang_cc1 -debug-info-kind=limited -fmodules -fimplicit-module-maps -fmodules-cache-path=%t \
OpenPOWER on IntegriCloud