mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
PluginLoader.h - only include CommandLine.h if required. NFCI.
We only need this if DONT_GET_PLUGIN_LOADER_OPTION isn't defined.
This commit is contained in:
parent
8c44816e47
commit
78808537a6
@ -16,7 +16,11 @@
|
||||
#ifndef LLVM_SUPPORT_PLUGINLOADER_H
|
||||
#define LLVM_SUPPORT_PLUGINLOADER_H
|
||||
|
||||
#ifndef DONT_GET_PLUGIN_LOADER_OPTION
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
struct PluginLoader {
|
||||
|
Loading…
Reference in New Issue
Block a user