[llvm-commits] [llvm] r143502 - in /llvm/trunk: include/llvm/Support/Host.h lib/ExecutionEngine/TargetSelect.cpp lib/Support/CommandLine.cpp lib/Support/TargetRegistry.cpp lib/Support/Unix/Host.inc lib/Support/Windows/Host.inc lib/Target/CBackend/CBackend.cpp tools/bugpoint/BugDriver.cpp tools/llc/llc.cpp tools/llvm-mc/llvm-mc.cpp tools/lto/LTOCodeGenerator.cpp tools/lto/LTOModule.cpp
Duncan Sands
baldrick at free.fr
Wed Nov 2 00:57:37 PDT 2011
Hi Sebastian,
> --- llvm/trunk/include/llvm/Support/Host.h (original)
> +++ llvm/trunk/include/llvm/Support/Host.h Tue Nov 1 16:32:20 2011
> @@ -33,14 +33,14 @@
> return !isLittleEndianHost();
> }
>
> - /// getHostTriple() - Return the target triple of the running
> + /// getDefaultTargetTriple() - Return the target triple of the running
> /// system.
maybe this comment should be updated: "the running system" sounds
a lot like "the host".
Ciao, Duncan.
More information about the llvm-commits
mailing list