This avoids "static initialization order fiasco"
Details
Diff Detail
- Build Status
Buildable 298 Build 298: arc lint + arc unit
Event Timeline
| lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp | ||
|---|---|---|
| 26 | Add // namespace llvm? | |
| lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp | ||
| 13–16 | Typo? If not I'm not sure what you're trying to do here, probably deserves a comment. | |
| 15 | Same for this function body -- if it's not a typo, it's not clear to me what you're trying to do, or why. | |
| lib/Target/BPF/TargetInfo/BPFTargetInfo.cpp | ||
| 18–27 | // namespace llvm? | |
| lib/Target/Lanai/TargetInfo/LanaiTargetInfo.cpp | ||
| 21 | "// namespace llvm"? | |
| lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp | ||
|---|---|---|
| 15 | That's the script I used to update all these that went wrong... | |
| lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp | ||
|---|---|---|
| 14 | Probably should be called TheAVRTarget? | |
Thanks Justin!
| lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp | ||
|---|---|---|
| 14 | Sure, did the change before committing. | |
Add // namespace llvm?