Code Monkey home page Code Monkey logo

llvm-makefiles's Introduction

LLVM-Makefiles

This is a set of GNU-makefiles for building LLVM / Clang on Windows using either MSVC's cl or clang-cl itself (edit Common.Windows and set USE_CLANG_CL = 0 or 1).

The reason I made these makefiles, was the utter slow build method the official CMake based method provided.
Using cl -MP ... to build is approximately 3 times faster than the generated Nmake Makefiles.

Besides, I do not know Cmake that well (and feel little motivated to learn that ugly syntax). Also, the obfuscated generated Makefiles Cmake generates makes it really hard to understand how it builds things.

Using GNU-make in dry-run mode (make -f Makefile.Windows -n), it is clearer what would be created without actually doing anything.

To use these Makefiles, select the Download ZIP button: screenshot

E.g. if the downloaded files ends up in c:\Users\John-Doe\Downloads, do:

  cd /D c:\Users\John-Doe\Downloads
  unzip.exe LLVM-Makefiles-master.zip

Then move all of the extracted LLVM-Makefiles-master\*.Windows files to your (for example) c:\MyProjects\LLVM-Project directory. And where you start GNU-make:

 c:\MyProjects\LLVM-Project> make -f Makefile.Windows

llvm-makefiles's People

Contributors

gvanem avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.