Files
compiler-explorer/etc/config/llvm_mir.defaults.properties
Yashwant Singh c8f2cb53be Language support for LLVM Machine IR (#4763)
Resolves #4762

---------

Co-authored-by: Yashwant <yassingh@amd-blr-comp-03f7.amd.com>
2023-02-24 00:28:15 -05:00

15 lines
478 B
INI

binaryHideFuncRe=^(__.*|_(init|start|fini)|(de)?register_tm_clones|call_gmon_start|frame_dummy|(_GLOBAL__sub_I_|\.plt).*|.*@plt(-0x[0-9a-f]+)?)$
objdumper=objdump
demangler=c++filt
compilers=mirllc
defaultCompiler=mirllc
compiler.mirllc.compilerType=llc
compiler.mirllc.supportsExecute=false
compiler.mirllc.intelAsm=-masm=intel
compiler.mirllc.groupName=LLVM Static Compiler
compiler.mirllc.versionRe=LLVM version .*
compiler.mirllc.exe=/usr/bin/llc
compiler.mirllc.name=llc