aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/asmjs-unknown-emscripten.cpp
AgeCommit message (Collapse)Author
2014-02-26Check in the version of this test which is actually updated for ↵Dan Gohman
asmjs-unknown-emscripten.
2014-02-24Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
Notable changes from le32-unknown-nacl so far include: - Set i32 as the legal integer set, to help the optimizer avoid creating needlessly inefficient code for asm.js. - We can use llvm.pow. - Don't predefine __ELF__ or __pnacl__ so that we don't need to undefine them later. - Do predefine asm.js and Emscripten macros, so that we don't need to define them later. - Don't provide __has_feature(pnacl).