18602, "e-kayrakli", "Revise compiler flags and the '--help' output for LLVM-by-default", "2021-10-21T16:08:30Z"
Some of the compiler flags and the --help
output intimate that we are still using C as our default backend generated code and the compiler. They need to be adjusted for LLVM as the default backend technology by either adding LLVM-specific flags and sections to the --help
output, or making our flags backend-agnostic (or a mix of both). Things that stood out on a quick glance/discussion:
--ccflags
--savec
- Section names in the
--help
output