llvmbot wrote:

@llvm/pr-subscribers-clang

<details>
<summary>Changes</summary>

62281227bf7ca48d0101e4c9d11f71600208c7df was commited, but I noticed one spot 
was missed in the DragonFly Driver.
--
Full diff: https://github.com/llvm/llvm-project/pull/65867.diff

1 Files Affected:

- (modified) clang/lib/Driver/ToolChains/DragonFly.cpp (+1-1) 


<pre>
diff --git a/clang/lib/Driver/ToolChains/DragonFly.cpp 
b/clang/lib/Driver/ToolChains/DragonFly.cpp
index 6f46864105e9c0..5406fc2d0cc499 100644
--- a/clang/lib/Driver/ToolChains/DragonFly.cpp
+++ b/clang/lib/Driver/ToolChains/DragonFly.cpp
@@ -117,7 +117,7 @@ void dragonfly::Linker::ConstructJob(Compilation &C, const 
JobAction &JA,
   }
 
   Args.AddAllArgs(CmdArgs,
-                  {options::OPT_L, options::OPT_T_Group, options::OPT_e});
+                  {options::OPT_L, options::OPT_T_Group});
 
   AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA);
 
</pre>

</details>

https://github.com/llvm/llvm-project/pull/65867
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to