mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-02 16:54:58 +00:00
dsymutil: Make -oso-prepend-path available to DwarfLinker.
NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248312 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d6d5ed0ca8
commit
45b0eeb56d
@ -257,6 +257,7 @@ int main(int argc, char **argv) {
|
||||
Options.Verbose = Verbose;
|
||||
Options.NoOutput = NoOutput;
|
||||
Options.NoODR = NoODR;
|
||||
Options.PrependPath = OsoPrependPath;
|
||||
|
||||
llvm::InitializeAllTargetInfos();
|
||||
llvm::InitializeAllTargetMCs();
|
||||
|
@ -28,6 +28,7 @@ struct LinkOptions {
|
||||
bool Verbose; ///< Verbosity
|
||||
bool NoOutput; ///< Skip emitting output
|
||||
bool NoODR; ///< Do not unique types according to ODR
|
||||
std::string PrependPath; //< -oso-prepend-path
|
||||
|
||||
LinkOptions() : Verbose(false), NoOutput(false) {}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user