Changes between Version 17 and Version 18 of ClrxAsmInvoke
- Timestamp:
- 06/15/17 09:00:24 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClrxAsmInvoke
v17 v18 13 13 [-g GPUDEVICE] [-A ARCH] [-t VERSION] [--defsym=SYM[=VALUE]] [--includePath=PATH] 14 14 [--output OUTFILE] [--binaryFormat=BINFORMAT] [--64bit] [--gpuType=GPUDEVICE] 15 [--arch=ARCH] [--driverVersion=VERSION] [--forceAddSymbols] [--noWarnings] 16 [--alternate] [--buggyFPLit] [--noMacroCase] [--help] [--usage] [--version] [file...]</p> 15 [--arch=ARCH] [--driverVersion=VERSION] [--llvmVersion=VERSION] [--forceAddSymbols] 16 [--noWarnings] [--alternate] [--buggyFPLit] [--noMacroCase] [--help] [--usage] 17 [--version] [file...]</p> 17 18 <h3>Input</h3> 18 19 <p>An assembler read source from many files. If no input file specified an assembler … … 66 67 </li> 67 68 <li> 69 <p><strong>--llvmVersion=VERSION</strong></p> 70 <p>Choose LLVM compiler version. Version can be retrieved from clinfo program that display 71 field Version. Version is number in that form: MajorVersion*100 + MinorVersion.</p> 72 </li> 73 <li> 68 74 <p><strong>-S</strong>, <strong>--forceAddSymbols</strong></p> 69 75 <p>Add all non-local symbols to binaries. By default any assembler does not add any symbols