[PATCH] D97608: Move EntryExitInstrumentation pass location

2021-03-01 Thread Arthur Eubanks via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG040c1b49d7a7: Move EntryExitInstrumentation pass location (authored by aeubanks). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D97608: Move EntryExitInstrumentation pass location

2021-03-01 Thread Arthur Eubanks via Phabricator via cfe-commits
aeubanks updated this revision to Diff 327164. aeubanks added a comment. Herald added subscribers: kerbowa, atanasyan, jrtc27, nhaehnle, jvesely, nemanjai, sdardis. missed non-x86 tests Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D97608/new/ http

[PATCH] D97608: Move EntryExitInstrumentation pass location

2021-02-26 Thread Arthur Eubanks via Phabricator via cfe-commits
aeubanks created this revision. Herald added subscribers: nikic, pengfei, hiraditya. aeubanks requested review of this revision. Herald added projects: clang, LLVM. Herald added subscribers: llvm-commits, cfe-commits. This seems to be more of a Clang thing rather than a generic LLVM thing, so this