Clang doesn't support -falign-loops or -falign-functions. This
patch adds backend options to emulate them for testing. The
names were copied from x86. In the future we may want subtarget
based defaults, but I'm leaving that until we need it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
(clang supports one form: -falign-functions=N . I am working on a patch to add -falign-loops=N )
Comment Actions
Oops. I guess I didn't read the list of ignored align options very closely to see that it was jumps, labels, and loops that weren't supported, and not functions.
clang-format not found in user’s local PATH; not linting file.