aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2013-01-17 01:58:31 +0000
committerDouglas Gregor <dgregor@apple.com>2013-01-17 01:58:31 +0000
commit6987e8d59ca1bde58e90f2df9486679c1943b862 (patch)
tree604462657a66944ded333bf396c757313d8ea434
parentdca97dd5dab315e82be6dad0d90c51b030bea531 (diff)
Add a comment for Daniel
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172695 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Modules/autolink.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Modules/autolink.m b/test/Modules/autolink.m
index 079e5af2ae..bf55c9fae0 100644
--- a/test/Modules/autolink.m
+++ b/test/Modules/autolink.m
@@ -28,6 +28,8 @@ int use_no_umbrella() {
return no_umbrella_A;
}
+// NOTE: "autolink_sub" is intentionally not linked.
+
// CHECK: !llvm.module.flags = !{!0, !1, !2, !3, !4}
// CHECK: !4 = metadata !{i32 6, metadata !"Linker Options", metadata ![[AUTOLINK_OPTIONS:[0-9]+]]}
// CHECK: ![[AUTOLINK_OPTIONS]] = metadata !{metadata ![[AUTOLINK_FRAMEWORK:[0-9]+]], metadata ![[AUTOLINK:[0-9]+]], metadata ![[DEPENDSONMODULE:[0-9]+]], metadata ![[MODULE:[0-9]+]], metadata ![[NOUMBRELLA:[0-9]+]]}