Files
compiler-explorer/etc/config/ispc.defaults.properties
Matt Godbolt 8ef76dd5bf Support execution and binary output in ispc (#7273)
- ispc doesn't link, so interpose running `gcc` or similar to output the final binary
- works around some naming issues in ispc

Ckoses #3937
2025-01-16 14:06:35 -06:00

13 lines
319 B
Properties

supportsBinary=true
supportsBinaryObject=true
supportsExecute=true
compilerType=ispc
objdumper=objdump
stubRe=\bmain\b
stubText=extern "C" uniform int main() { return 0; }
#################################
#################################
# Installed libs (See c++.amazon.properties for a scheme of libs group)
libs=