Changeset e056330


Ignore:
Timestamp:
Jun 8, 2021, 4:37:41 PM (2 years ago)
Author:
m3zulfiq <m3zulfiq@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
c0c4d4f
Parents:
0c1f3a6 (diff), 5e64df8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/Distribute

    r0c1f3a6 re056330  
    1010//===========================================================================================================
    1111
    12 node('master') {
     12node {
    1313        // Globals
    1414        BuildDir  = pwd tmp: true
  • Jenkins/FullBuild

    r0c1f3a6 re056330  
    55//===========================================================================================================
    66
    7 node ('master') {
     7node {
    88        def err = null
    99
  • Jenkinsfile

    r0c1f3a6 re056330  
    77//===========================================================================================================
    88
    9 node('master') {
     9node {
    1010        // Globals
    1111        BuildDir  = pwd tmp: true
  • libcfa/configure.ac

    r0c1f3a6 re056330  
    131131#io_uring 5.5 uses enum values
    132132#io_uring 5.6 and later uses probes
     133
     134AH_TEMPLATE([CFA_HAVE_LINUX_RSEQ_H],[Defined if rseq support is present when compiling libcfathread.])
     135AC_CHECK_HEADERS([linux/rseq.h], [AC_DEFINE(CFA_HAVE_LINUX_RSEQ_H)])
     136
     137AH_TEMPLATE([CFA_HAVE_LINUX_LIBRSEQ],[Defined if librseq support is present when compiling libcfathread.])
     138AC_CHECK_LIB([rseq], [rseq_available], [AC_DEFINE(CFA_HAVE_LINUX_RSEQ_H)], [])
    133139
    134140AH_TEMPLATE([CFA_HAVE_LINUX_IO_URING_H],[Defined if io_uring support is present when compiling libcfathread.])
Note: See TracChangeset for help on using the changeset viewer.