<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 26/05/16 00:42, Richard Smith wrote:<br>
    </div>
    <blockquote
cite="mid:CAOfiQqkjGT3x6enSSfyzzTEyOPd5edz-aRqYs=DhjRH4yN8c0A@mail.gmail.com"
      type="cite">
      <div dir="ltr">Seems really weird to have a modules flag to
        getClangBuildFactory that doesn't actually turn on
        -DLLVM_ENABLE_MODULES. What's the reason for removing this:
        <div><br>
        </div>
        <div>
          <div>-    if modules:</div>
          <div>-        extra_args = ['-DLLVM_ENABLE_MODULES=1']</div>
        </div>
        <div><br>
        </div>
        <div>?</div>
      </div>
    </blockquote>
    I wanted to move all extra_args into stage2_extra_configure_args. I
    can revert this part. However it seems that the only use of the
    modules flag is go add a "prebuild" step
    "compile.llvm.stage2.intrinsics_gen". Do we need this, on my machine
    it works just fine without?<br>
    <br>
    <blockquote
cite="mid:CAOfiQqkjGT3x6enSSfyzzTEyOPd5edz-aRqYs=DhjRH4yN8c0A@mail.gmail.com"
      type="cite">
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Wed, May 25, 2016 at 10:17 AM,
          Vassil Vassilev <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:v.g.vassilev@gmail.com" target="_blank">v.g.vassilev@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000">
              <div>Done in r270725. Thanks for reviewing!<span
                  class="HOEnZb"><font color="#888888"><br>
                    -- Vassil</font></span>
                <div>
                  <div class="h5"><br>
                    On 25/05/16 19:00, Galina Kistanova wrote:<br>
                  </div>
                </div>
              </div>
              <div>
                <div class="h5">
                  <blockquote type="cite">
                    <div dir="ltr">
                      <div>
                        <div>Looks ok,  please commit it.<br>
                          <br>
                        </div>
                        Thanks<br>
                        <br>
                      </div>
                      Galina<br>
                      <br>
                      <br>
                      <div class="gmail_extra"><br>
                        <div class="gmail_quote">On Wed, May 25, 2016 at
                          5:19 AM, Vassil Vassilev <span dir="ltr"><<a
                              moz-do-not-send="true"
                              href="mailto:v.g.vassilev@gmail.com"
                              target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:v.g.vassilev@gmail.com">v.g.vassilev@gmail.com</a></a>></span>
                          wrote:<br>
                          <blockquote class="gmail_quote"
                            style="margin:0 0 0 .8ex;border-left:1px
                            #ccc solid;padding-left:1ex">Hi Galina,<br>
                              I am attaching a patch that I believe
                            fixes the issue. Could you review it please
                            (I don't know how to test it).<br>
                            Many thanks,<br>
                            Vassil
                            <div>
                              <div><br>
                                On 25/05/16 11:36, Vassil Vassilev
                                wrote:<br>
                                <blockquote class="gmail_quote"
                                  style="margin:0 0 0
                                  .8ex;border-left:1px #ccc
                                  solid;padding-left:1ex"> This broke
                                  our modules slaves. I am working on a
                                  fix. Sorry for the inconvenience!<br>
                                  -- Vassil<br>
                                  On 24/05/16 11:23, Vassil Vassilev via
                                  llvm-commits wrote:<br>
                                  <blockquote class="gmail_quote"
                                    style="margin:0 0 0
                                    .8ex;border-left:1px #ccc
                                    solid;padding-left:1ex"> Author:
                                    vvassilev<br>
                                    Date: Tue May 24 04:22:58 2016<br>
                                    New Revision: 270539<br>
                                    <br>
                                    URL: <a moz-do-not-send="true"
                                      href="http://llvm.org/viewvc/llvm-project?rev=270539&view=rev"
                                      rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=270539&view=rev</a><br>
                                    Log:<br>
                                    Enable modules selfhosting builds
                                    with libstdc++, too.<br>
                                    <br>
                                    If a modulemap is not present (in
                                    the case of libstdc++), we will end
                                    up with<br>
                                    duplicate entities in the modules.
                                    This will help us stress test the
                                    module<br>
                                    merging and discover potential bugs.<br>
                                    <br>
                                    Modified:<br>
                                       
                                     zorg/trunk/zorg/buildbot/builders/ClangBuilder.py<br>
                                    <br>
                                    Modified:
                                    zorg/trunk/zorg/buildbot/builders/ClangBuilder.py<br>
                                    URL: <a moz-do-not-send="true"
href="http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/ClangBuilder.py?rev=270539&r1=270538&r2=270539&view=diff"
                                      rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/ClangBuilder.py?rev=270539&r1=270538&r2=270539&view=diff</a><br>
==============================================================================
                                    <br>
                                    ---
                                    zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
                                    (original)<br>
                                    +++
                                    zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
                                    Tue May 24 04:22:58 2016<br>
                                    @@ -281,8 +281,6 @@ def
                                    getClangBuildFactory(<br>
                                          cxx_flags = ''<br>
                                          extra_args = []<br>
                                          if modules:<br>
                                    -        # Modules requires libc++
                                    for now (we don't have a module map
                                    for libstdc++ yet).<br>
                                    -        cxx_flags +=
                                    '-stdlib=libc++'<br>
                                              extra_args =
                                    ['-DLLVM_ENABLE_MODULES=1']<br>
                                           
                                    f.addStep(ShellCommand(name='cmake',<br>
                                    <br>
                                    <br>
_______________________________________________<br>
                                    llvm-commits mailing list<br>
                                    <a moz-do-not-send="true"
                                      href="mailto:llvm-commits@lists.llvm.org"
                                      target="_blank">llvm-commits@lists.llvm.org</a><br>
                                    <a moz-do-not-send="true"
                                      href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits"
                                      rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
                                  </blockquote>
                                  <br>
                                  <br>
                                </blockquote>
                                <br>
                              </div>
                            </div>
                          </blockquote>
                        </div>
                        <br>
                      </div>
                    </div>
                  </blockquote>
                  <p><br>
                  </p>
                </div>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>