>
> Use weak_import on linux, weak everywhere else. Makes test pass on
> Linux.
> Checking for __APPLE_CC__ is useless as this just checks to see if the
> compiler is llvm-gcc, which we know it is.
This description is wrong, and doesn't match the change you made to
the testcase. I believe we
Changes in directory llvm/test/Regression/CFrontend:
extern-weak.c updated: 1.2 -> 1.3
---
Log message:
Use weak_import on linux, weak everywhere else. Makes test pass on Linux.
Checking for __APPLE_CC__ is useless as this just checks to see if the
compiler is llvm-gcc, which we know it is.
Changes in directory llvm/test/Regression/CFrontend:
extern-weak.c updated: 1.1 -> 1.2
---
Log message:
enable this now that codegen support is in place
---
Diffs of the changes: (+2 -4)
extern-weak.c |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
Index: llvm/test/Regres
Changes in directory llvm/test/Regression/CFrontend:
extern-weak.c added (r1.1)
---
Log message:
new testcase to verify external weak continues to work
---
Diffs of the changes: (+13 -0)
extern-weak.c | 13 +
1 files changed, 13 insertions(+)
Index: llvm/test/Regression/CFr