Details
Details
- Reviewers
MaskRay - Commits
- rG7ef6b21c3e2c: [llvm] Add triple for SerenityOS
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/TargetParser/Triple.h | ||
---|---|---|
681 | I know you follow some existing comments, but the code really speaks for itself. I think the commend should be removed. | |
llvm/unittests/TargetParser/TripleTest.cpp | ||
897 | Ensure that this is the triple SerenityOS prefers. I.e. you prefer x86_64-pc-serenity instead of x86_64-unknown-serenity |
I know you follow some existing comments, but the code really speaks for itself. I think the commend should be removed.