[llvm-commits] Fix missed files in JIT unittests Makefile

Danil Malyshev dmalyshev at accesssoftek.com
Wed Mar 28 17:11:17 PDT 2012


Yes, the Makefile have conditions for IntelJITEventListenerTest.cpp and OProfileJITEventListenerTest.cpp.

Regards,
Danil

________________________________
From: Chandler Carruth [chandlerc at google.com]
Sent: Wednesday, March 28, 2012 4:31 PM
To: Danil Malyshev
Cc: llvm-commits at cs.uiuc.edu
Subject: Re: [llvm-commits] Fix missed files in JIT unittests Makefile

This seems fine. I guess you have to list the source files explicitly because of the conditional addition of one file?

On Wed, Mar 28, 2012 at 1:13 PM, Danil Malyshev <dmalyshev at accesssoftek.com<mailto:dmalyshev at accesssoftek.com>> wrote:
Hi everyone,

The unittests/ExecutionEngine/JIT/Makefile has missed sourse files: JITMemoryManagerTest.cpp, JITTest.cpp and MultiJITTest.cpp
So tests from these files executed only if LLVM was builded by cmake.
Attached the patch fixed it.


Regards,
Danil

_______________________________________________
llvm-commits mailing list
llvm-commits at cs.uiuc.edu<mailto:llvm-commits at cs.uiuc.edu>
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120328/f638fd1f/attachment.html>


More information about the llvm-commits mailing list