Ticket #7572 (closed bug: fixed)

Opened 5 months ago

Last modified 5 months ago

mk/build.mk does not let you build 'quick-llvm' style

Reported by: thoughtpolice Owned by: thoughtpolice
Priority: normal Milestone:
Component: Build System Version: 7.7
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

In mk/build.mk, you specify the build flavor you want for the compiler. Often during development, a good default is 'quick'. But sometimes I also want to be able to do a quick build using the LLVM backend.

This is in line with other build modes, such as perf/perf-llvm.

I have a patch for this that I will offer up shortly.

Attachments

0001-Add-a-quick-llvm-build-mode-to-mk-build.mk.-Fixes-Tr.patch Download (1.4 KB) - added by thoughtpolice 5 months ago.
Patch for quick-llvm mode.

Change History

Changed 5 months ago by thoughtpolice

Patch for quick-llvm mode.

Changed 5 months ago by thoughtpolice

  • status changed from new to patch

Attached:

commit 07551a70b4539d2e040e5c8b64e57da270f99a93
Author: Austin Seipp <mad.one@gmail.com>
Date:   Sun Jan 13 01:52:42 2013 -0600

    Add a 'quick-llvm' build mode to mk/build.mk. Fixes Trac #7572.
    
    Signed-off-by: Austin Seipp <mad.one@gmail.c

Changed 5 months ago by mad.one@…

commit b05531bd2d03bf13ddc609bad1fcaf177854a761

Author: Austin Seipp <mad.one@gmail.com>
Date:   Sun Jan 13 01:52:42 2013 -0600

    Add a 'quick-llvm' build mode to mk/build.mk.
    
    Closes Trac #7572.
    
    Signed-off-by: Austin Seipp <mad.one@gmail.com>

 mk/build.mk.sample |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

Changed 5 months ago by thoughtpolice

  • status changed from patch to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.