diff options
| author | Bill Wendling <isanbard@gmail.com> | 2013-02-25 07:15:16 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2013-02-25 07:15:16 +0000 |
| commit | 87869db5f5394fc35f38de1ebbe85f21d5549d99 (patch) | |
| tree | 6a00b449613d15ba851b41834050d2c7526224e4 /clang/test/CodeGen/builtin-attributes.c | |
| parent | c73f9c5d892b9c31ccbc838ad9a8a5f372f1d7be (diff) | |
| download | bcm5719-llvm-87869db5f5394fc35f38de1ebbe85f21d5549d99.tar.gz bcm5719-llvm-87869db5f5394fc35f38de1ebbe85f21d5549d99.zip | |
Add more attributes from the command line to functions.
This is an ongoing process. Any command line option which a back-end cares about
should be added here.
llvm-svn: 176009
Diffstat (limited to 'clang/test/CodeGen/builtin-attributes.c')
| -rw-r--r-- | clang/test/CodeGen/builtin-attributes.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/CodeGen/builtin-attributes.c b/clang/test/CodeGen/builtin-attributes.c index 79026cb54b8..c5c35c38994 100644 --- a/clang/test/CodeGen/builtin-attributes.c +++ b/clang/test/CodeGen/builtin-attributes.c @@ -58,5 +58,4 @@ int f3(double x) { return e; } -// CHECK: attributes [[NUW]] = { nounwind } -// CHECK: attributes #1 = { noreturn } +// CHECK: attributes [[NUW]] = { nounwind{{.*}} } |

