-
-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Description
While I was compiling MRTCore-LLVM, I found that for some bizarre reason the copy of pathcch.h
included in llvm-mingw lacks an include guard (either #if
-based or #pragma once
). As a result, my project failed to compile with double-definition errors until I manually edited the file to add such a guard. As far as I can tell, this still happens in the latest version.
Metadata
Metadata
Assignees
Labels
No labels