commit | bbdc8593e1f4ebff0c2506dc0913f2bc8acdaa61 | [log] [tgz] |
---|---|---|
author | Shoaib Meenai <smeenai@fb.com> | Sat May 11 02:33:33 2019 +0000 |
committer | Shoaib Meenai <smeenai@fb.com> | Sat May 11 02:33:33 2019 +0000 |
tree | 9e531069e1ab0b422049bc7d5cdf17b36b8df8ff | |
parent | 4bdb136b0f4849575c0ff5e734b49d6e79587e35 [diff] |
[compiler-rt] Fix crtbegin.c compilation We're building with -std=c11 now (as opposed to -std=gnu11), so we can't use GNU extensions and need to spell inline assembly as __asm__. llvm-svn: 360503