commit | 25662b2f69a0a33aeea5f88008df8d48525064ad | [log] [tgz] |
---|---|---|
author | Petr Hosek <phosek@chromium.org> | Thu Nov 12 01:16:20 2015 |
committer | Petr Hosek <phosek@chromium.org> | Thu Nov 12 01:16:20 2015 |
tree | 4df4b164672c1325da2653210c3f52a6f50bf996 | |
parent | 605ea9bc25022747e435e57ee7b578e1fc220a63 [diff] |
Cherry-pick upstream r237073 Allow empty assembly string literal with -fno-gnu-inline-asm Empty assembly string will not introduce assembly code in the output binary and it is often used as a trick in the header to disable optimizations. It doesn't conflict with the purpose of the option so it is allowed with -fno-gnu-inline-asm flag. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237073 91177308-0d34-0410-b5e6-96231b3b80d8 BUG= https://bugs.chromium.org/p/nativeclient/issues/detail?id=4333 R=dschuff@chromium.org Review URL: https://codereview.chromium.org/1430233002 .