mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
llvm-dwp: Fix the build by moving DWPStringPool into the llvm namespace
llvm-svn: 270453
This commit is contained in:
parent
10d07e35d2
commit
339c628352
@ -6,6 +6,7 @@
|
||||
#include "llvm/MC/MCStreamer.h"
|
||||
#include <cassert>
|
||||
|
||||
namespace llvm {
|
||||
class DWPStringPool {
|
||||
|
||||
struct CStrDenseMapInfo {
|
||||
@ -50,5 +51,6 @@ public:
|
||||
return Pair.first->second;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user