ORC: drop a FIXME that was addressed in dc078e6eaacf. NFC
authorJon Roelofs <jonathan_roelofs@apple.com>
Fri, 14 Jul 2023 20:48:37 +0000 (13:48 -0700)
committerJon Roelofs <jonathan_roelofs@apple.com>
Fri, 14 Jul 2023 20:48:42 +0000 (13:48 -0700)
llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp

index d0fc364280f0d0303add3fc9e1bb9735894265fb..b66f52f1ec5d692e57306cef3f78793a7f880aad 100644 (file)
@@ -22,8 +22,6 @@ JITTargetMachineBuilder::JITTargetMachineBuilder(Triple TT)
 }
 
 Expected<JITTargetMachineBuilder> JITTargetMachineBuilder::detectHost() {
-  // FIXME: getProcessTriple is bogus. It returns the host LLVM was compiled on,
-  //        rather than a valid triple for the current process.
   JITTargetMachineBuilder TMBuilder((Triple(sys::getProcessTriple())));
 
   // Retrieve host CPU name and sub-target features and add them to builder.