diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-07 22:58:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-07 22:58:06 +0000 |
commit | 83e7a78a9fa3fc495a575bca0e3d4d7ce26184ef (patch) | |
tree | 39d17f5fe9f27b1f18986f5d34c192b9219d6377 /test/Sema/attr-section.c | |
parent | 30019c062178ee9cc564352602436a3fd5bf540e (diff) |
rename llvm::llvm_report_error -> llvm::report_fatal_error
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100708 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema/attr-section.c')
-rw-r--r-- | test/Sema/attr-section.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/attr-section.c b/test/Sema/attr-section.c index 614f294d23..a932525408 100644 --- a/test/Sema/attr-section.c +++ b/test/Sema/attr-section.c @@ -12,4 +12,4 @@ int y __attribute__((section( void test() { __attribute__((section("NEAR,x"))) int n1; // expected-error {{'section' attribute is not valid on local variables}} __attribute__((section("NEAR,x"))) static int n2; // ok. -}
\ No newline at end of file +} |