Non-Confidential | ![]() | ARM DUI0375E | ||
| ||||
Home > Compiler Command-line Options > --preprocess_assembly |
Relaxes certain rules when producing preprocessed compiler output, to provide greater flexibility when preprocessing assembly language source code.
# define mymacro(arg) foo #bar arg mymacro(x)
--preprocess_assembly
option produces a preprocessed output
that contains:foo #bar x