diff options
author | Michael Kruse <llvm@meinersbur.de> | 2015-06-22 20:31:16 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2015-06-22 20:31:16 +0000 |
commit | f22855079a30f981e87eb95599cbc628260d2f04 (patch) | |
tree | c18aecf29fd429b465344654fe5a635b4c4cb98d /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | de26a918c1ad2e1848978b8dfcd5f382652c1693 (diff) | |
download | llvm-f22855079a30f981e87eb95599cbc628260d2f04.zip llvm-f22855079a30f981e87eb95599cbc628260d2f04.tar.gz llvm-f22855079a30f981e87eb95599cbc628260d2f04.tar.bz2 |
Use C99 to compile ISL
ISL with small integer optimization requires C99 to compile. gcc < 5.0
still uses C89 as default, so we need to enable the options to compile
in C99 mode.
This patch is preparing the actual activation of small integer
optimization.
Differential version: http://reviews.llvm.org/D10610
Reviewers: grosser
llvm-svn: 240322
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions