clang does not assemble files in thumb mode unless .thumb declaration
is present. Add .thumb/.arm decl to _FUNCTION macros to ensure that
files are assembled correctly.
Fixes PR 34715.
Differential D38227
[Builtins] ARM: Fix assembling files in thumb mode. manojgupta on Sep 25 2017, 12:32 AM. Authored by
Details clang does not assemble files in thumb mode unless .thumb declaration Fixes PR 34715.
Diff Detail
Event Timeline
Comment Actions Apologies for being a pain, could you split the changes into their own review, even if they depend on each other? It will be easier to review, and to commit each one separately.
Comment Actions Thanks Peter,
|