mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 16:11:27 +08:00
make arm-use-movt available for all ARM
This updates clang according to a pending patch for llvm to rename of the -arm-darwin-use-movt to arm-use-movt to make it available for all of ARM. note: please apply this close to the llvm change. Patch by Jeroen Hofstee. llvm-svn: 188488
This commit is contained in:
@@ -832,7 +832,7 @@ void Clang::AddARMTargetArgs(const ArgList &Args,
|
||||
|
||||
// The kext linker doesn't know how to deal with movw/movt.
|
||||
CmdArgs.push_back("-backend-option");
|
||||
CmdArgs.push_back("-arm-darwin-use-movt=0");
|
||||
CmdArgs.push_back("-arm-use-movt=0");
|
||||
}
|
||||
|
||||
// Setting -mno-global-merge disables the codegen global merge pass. Setting
|
||||
|
||||
Reference in New Issue
Block a user