Replace mcount calls with calls to fentry.
Details
Diff Detail
- Build Status
Buildable 2326 Build 2326: arc lint + arc unit
Event Timeline
include/clang/Driver/Options.td | ||
---|---|---|
1731 | Should this not be in the m_x86_Features_Group since this is an x86 specific flag? | |
test/CodeGen/fentry.c | ||
1 | I want to say this test should be in test/Frontend directory since you're testing a new CC1 option. | |
11 | I'd prefer we stick with the default CHECK and CHECK-NOT prefixes. |
test/CodeGen/fentry.c | ||
---|---|---|
11 | Specifically, for the first two RUN commands please use CHECK and for the latter two use something like NOPG-NOT. |
Should this not be in the m_x86_Features_Group since this is an x86 specific flag?