In text-item contexts, %expr expands to a string containing the results of evaluating expr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D89736
[ms] [llvm-ml] Implement the expression expansion operator ClosedPublic Authored by epastor on Oct 19 2020, 2:03 PM.
Details Summary In text-item contexts, %expr expands to a string containing the results of evaluating expr.
Diff Detail
Event Timelineepastor added a parent revision: D89735: [ms] [llvm-ml] Support purging macro definitions.Oct 19 2020, 2:15 PM thakis added inline comments. This revision now requires changes to proceed.Nov 13 2020, 8:50 AM epastor marked 2 inline comments as done. Comment ActionsRebase on parent (pushed a change further up the stack) epastor marked an inline comment as done. Comment ActionsRemove "return/else" branches to match LLVM style epastor added inline comments. This revision is now accepted and ready to land.Nov 25 2020, 8:27 AM This revision was landed with ongoing or failed builds.Nov 25 2020, 1:11 PM Closed by commit rG35828b84a523: [ms] [llvm-ml] Implement the expression expansion operator (authored by epastor). · Explain Why This revision was automatically updated to reflect the committed changes. epastor marked an inline comment as done.
Revision Contents
Diff 307701 llvm/lib/MC/MCParser/MasmParser.cpp
llvm/test/tools/llvm-ml/macro_function.test
|
Was the patch that added this already landed? If not, maybe remove it there instead of here :)