commit | 7b51ae8e0e09816737d3bcd471666d5f6a5695c0 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Apr 04 04:40:17 2013 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Apr 04 04:40:17 2013 +0000 |
tree | d63723718545d5b5ab5e260dd84705b8f8003c50 | |
parent | 5dacbec4aa1e37b153dfa41bdc188885219ae7db [diff] [blame] |
Add hasExternalLinkageUncached back with the test that Richard provided, but keep the call at the current location. llvm-svn: 178741
diff --git a/clang/test/Modules/linkage-merge.cpp b/clang/test/Modules/linkage-merge.cpp new file mode 100644 index 0000000..dafb009 --- /dev/null +++ b/clang/test/Modules/linkage-merge.cpp
@@ -0,0 +1,7 @@ +// RUN: rm -rf %t +// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I %S/Inputs %s + +#include "linkage-merge-bar.h" + +static int f(int); +int f(int);